Where
-Infinity
0

Vendor Risk Score

See how openjs foundation compares to other vendors in security performance

View Risk Score →
Severity
5.3
SQL Injection
AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N

A flaw in Node.js node:sqlite allows a stale StatementSyncIterator created through DatabaseSync#createTagStore() to continue executing a cached prepared statement after it has been reset and rebound with new parameters. SQLTagStore resets cached statements using sqlite3reset() directly, bypassing the iterator invalidation mechanism introduced for StatementSync in recent releases This vulnerability affects Node.js 22.x, 24.x, and 26.x.

First published (updated )
Severity
6.3
CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N

An incomplete fix has been identified in Node.js: HTTPS Agent TLS session reuse skips hostname verification across identity policies (incomplete fix of CVE-2026-48934). This vulnerability affects Node.js 22.x, 24.x, and 26.x.

First published (updated )
Severity
4

A flaw in Node.js TLS host verification can cause an attacker to bypass certification validation.

This vulnerability affects all supported release lines: Node.js 22, Node.js 24, and Node.js 26.

First published (updated )
Severity
7.7
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N

A flaw in Node.js TLS hostname handling can cause Node.js unicode dot separator handling can lead to tls wildcard-depth authentication bypass due to resolver and verifier hostname normalization mismat.

This can lead to confidentiality impact or bypass of the intended security boundary under affected configurations.

This vulnerability affects all supported release lines: Node.js 22, Node.js 24, and Node.js 26.

1 / 2
Source: Red Hat
First published (updated )
Severity
7.5
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

A flaw in Node.js HTTP/2 server API can cause servers to keep accepting data even after sending a GOAWAY frame. This vulnerability affects two supported release lines: Node.js 22 and Node.js 24.

First published (updated )

---------- Mensagem encaminhada --------- De: Rafael Gonzaga <work () rafaelgss dev> Data: quinta-feira, 18 de junho de 2026 às 10:33:52 UTC-3 Assunto: Re: Node.js security updates for all active release lines, June 2026 Para: nodejs-sec <nodejs-sec () googlegroups com>

The planned security releases are now available. You can read more about the details at https://nodejs.org/en/blog/vulnerability/june-2026-security-releases

Em quarta-feira, 10 de junho de 2026 às 11:53:26 UTC-3, Rafael Gonzaga escreveu:

The Node.js project will release new versions of all supported release lines on or shortly after June 17th, 2026

For more information, see: https://nodejs.org/en/blog/vulnerability/june-2026-security-releases <https://nodejs.org/en/blog/vulnerability/march-2026-security-releases>

---------- Mensagem encaminhada --------- De: Rafael Gonzaga <work () rafaelgss dev> Data: quarta-feira, 10 de junho de 2026 às 11:53:26 UTC-3 Assunto: Node.js security updates for all active release lines, June 2026 Para: nodejs-sec <nodejs-sec () googlegroups com>

The Node.js project will release new versions of all supported release lines on or shortly after June 17th, 2026

For more information, see: https://nodejs.org/en/blog/vulnerability/june-2026-security-releases <https://nodejs.org/en/blog/vulnerability/march-2026-security-releases>

Security researchers disclosed multiple critical vm2 sandbox escape vulnerabilities this week, including CVE-2026-26956 affecting Node.js 25. The flaws allow attackers running untrusted JavaScript inside vm2 to escape the sandbox and execute arbitrary code on the host system.

Info + analysis: https://thecybersecguru.com/news/vm2-sandbox-escape-vulnerability-cve-2026-26956/

First published (updated )
Social
reddit
EOL
Apr 30, 2029
Support Ends
Oct 27, 2027

End of life: 4/30/2029, End of support: 10/27/2027, Latest version: 26.8.1

First published (updated )
Severity
4

A flaw in Node.js HMAC verification uses a non-constant-time comparison when validating user-provided signatures, potentially leaking timing information proportional to the number of matching bytes. Under certain threat models where high-resolution timing measurements are possible, this behavior could be exploited as a timing oracle to infer HMAC values.

Node.js already provides timing-safe comparison primitives used elsewhere in the codebase, indicating this is an oversight rather than an intentional design decision.

This vulnerability affects 20.x, 22.x, 24.x, and 25.x.

First published (updated )
Severity
4

A flaw in V8's string hashing mechanism causes integer-like strings to be hashed to their numeric value, making hash collisions trivially predictable. By crafting a request that causes many such collisions in V8's internal string table, an attacker can significantly degrade performance of the Node.js process.

The most common trigger is any endpoint that calls JSON.parse() on attacker-controlled input, as JSON parsing automatically internalizes short strings into the affected hash table.

This vulnerability affects 20.x, 22.x, 24.x, and 25.x.

First published (updated )
Severity
1

A flaw in Node.js Permission Model filesystem enforcement leaves fs.realpathSync.native() without the required read permission checks, while all comparable filesystem functions correctly enforce them.

As a result, code running under --permission with restricted --allow-fs-read can still use fs.realpathSync.native() to check file existence, resolve symlink targets, and enumerate filesystem paths outside of permitted directories.

This vulnerability affects 20.x, 22.x, 24.x, and 25.x processes using the Permission Model where --allow-fs-read is intentionally restricted.

First published (updated )
Severity
3.3
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N

An incomplete fix for CVE-2024-36137 leaves FileHandle.chmod() and FileHandle.chown() in the promises API without the required permission checks, while their callback-based equivalents (fs.fchmod(), fs.fchown()) were correctly patched.

As a result, code running under --permission with restricted --allow-fs-write can still use promise-based FileHandle methods to modify file permissions and ownership on already-open file descriptors, bypassing the intended write restrictions.

This vulnerability affects 20.x, 22.x, 24.x, and 25.x processes using the Permission Model where --allow-fs-write is intentionally restricted.

1 / 2
Source: Red Hat
First published (updated )
Severity
5.3
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

A memory leak occurs in Node.js HTTP/2 servers when a client sends WINDOWUPDATE frames on stream 0 (connection-level) that cause the flow control window to exceed the maximum value of 2³¹-1. The server correctly sends a GOAWAY frame, but the Http2Session object is never cleaned up.

This vulnerability affects HTTP2 users on Node.js 20, 22, 24 and 25.

1 / 2
Source: Red Hat
First published (updated )
Severity
4

A flaw in Node.js URL processing causes an assertion failure in native code when url.format() is called with a malformed internationalized domain name (IDN) containing invalid characters, crashing the Node.js process.

First published (updated )
Severity
6.5
Input Validation
AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H

A flaw in Node.js URL processing causes an assertion failure in native code when url.format() is called with a malformed internationalized domain name (IDN) containing invalid characters, crashing the Node.js process.

First published (updated )
EOL
Jun 1, 2026
Support Ends
Apr 1, 2026

End of life: 6/1/2026, End of support: 4/1/2026, Latest version: 25.9.0

First published (updated )
EOL
Apr 30, 2028
Support Ends
Oct 20, 2026

End of life: 4/30/2028, End of support: 10/20/2026, Latest version: 24.20.0

First published (updated )
EOL
Apr 30, 2027
Support Ends
Oct 21, 2025

End of life: 4/30/2027, End of support: 10/21/2025, Latest version: 22.23.2

First published (updated )
EOL
Apr 30, 2027
Support Ends
Oct 21, 2025

End of life: 4/30/2027, End of support: 10/21/2025, Latest version: 22.23.2

First published (updated )
EOL
Jun 1, 2025
Support Ends
Apr 1, 2025

End of life: 6/1/2025, End of support: 4/1/2025, Latest version: 23.11.1

First published (updated )
EOL
Jun 1, 2025
Support Ends
Apr 1, 2025

End of life: 6/1/2025, End of support: 4/1/2025, Latest version: 23.11.1

First published (updated )
EOL
Apr 30, 2026
Support Ends
Oct 22, 2024

End of life: 4/30/2026, End of support: 10/22/2024, Latest version: 20.20.2

First published (updated )
EOL
Apr 30, 2026
Support Ends
Oct 22, 2024

End of life: 4/30/2026, End of support: 10/22/2024, Latest version: 20.20.2

First published (updated )
EOL
Jun 1, 2024
Support Ends
Apr 1, 2024

End of life: 6/1/2024, End of support: 4/1/2024, Latest version: 21.7.3

First published (updated )
EOL
Jun 1, 2024
Support Ends
Apr 1, 2024

End of life: 6/1/2024, End of support: 4/1/2024, Latest version: 21.7.3

First published (updated )
EOL
Jun 1, 2023
Support Ends
Apr 1, 2023

End of life: 6/1/2023, End of support: 4/1/2023, Latest version: 19.9.0

First published (updated )
EOL
Jun 1, 2023
Support Ends
Apr 1, 2023

End of life: 6/1/2023, End of support: 4/1/2023, Latest version: 19.9.0

First published (updated )
EOL
Apr 30, 2025
Support Ends
Oct 18, 2023

End of life: 4/30/2025, End of support: 10/18/2023, Latest version: 18.20.8

First published (updated )
EOL
Apr 30, 2025
Support Ends
Oct 18, 2023

End of life: 4/30/2025, End of support: 10/18/2023, Latest version: 18.20.8

First published (updated )

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203